/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Banner Two
--------------------------------------------------------------*/
.banner-two {
  position: relative;
  display: block;
  padding: 100px 0px 100px;
  z-index: 1;
}

.banner-two__img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.banner-two__img {
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-two__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-two__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(-90deg, rgba(5, 23, 61, 0.20) 0%, rgba(5, 23, 61, 0.80) 100%);
  
}

.banner-two__shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 60px;
  background-attachment: scroll;
  background-size: 100% 100%;
  z-index: 2;
}

.banner-two__content {
  position: relative;
  display: block;
}

.banner-two__tagline {
  position: relative;
  display: block;
  padding-left: 40px;
  margin-bottom: 19px;
}

.banner-two__tagline::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 30px;
  height: 4px;
  background: rgba(var(--Freshflow-base-rgb), 1.0);
  border-radius: 2px;
  content: "";
}

.banner-two__tagline span {
  color: var(--Freshflow-white);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.banner-two__content-inner h2 {
  position: relative;
  font-size: 70px;
  color: var(--Freshflow-white);
  font-weight: 700;
  line-height: 80px;
  text-transform: capitalize;
  margin-bottom: 19px;
}

.banner-two__content-inner p {
  position: relative;
  display: inline-block;
  color: #F5F5F5;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 32px;
  max-width: 800px;
}

.banner-two__btn-box .thm-btn {
  background-color: var(--Freshflow-base);
}

.banner-two__btn::before {
  background-color: var(--Freshflow-white);
}

.banner-two__btn::after {
  background-color: var(--Freshflow-white);
}

.banner-two__btn:hover {
  color: var(--Freshflow-base);
}

.banner-two__social {
  position: absolute;
  bottom: 208px;
  right: -110px;
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
  z-index: 2;
}

.banner-two__social a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--Freshflow-black);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--Freshflow-font-two);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-two__social a+a {
  margin-left: 25px;
}

.banner-two__social a:hover {
  color: var(--Freshflow-base);
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.5;
  z-index: -1;
}

/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/
.banner-one {
  position: relative;
  display: block;
  padding: 80px 0 80px;
  overflow: hidden;
  z-index: 5;
}

.banner-one .container {
  max-width: 1580px;
}

.banner-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.banner-one__bg::before {
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(-90deg, rgba(5, 23, 61, 0.10) 0%, rgba(5, 23, 61, 0.90) 100%);
}

.banner-one__inner {
  position: relative;
  display: block;
}

.banner-one__left {
  position: relative;
  display: block;
  margin-right: -50px;
  z-index: 3;
}

.banner-one__title-box {
  position: relative;
  display: block;
}

.banner-one__sub-title {
  position: relative;
  display: block;
}

.banner-one__sub-title p {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--builza-base);
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.banner-one__title {
  position: relative;
  font-size: 70px;
  color: var(--builza-white);
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  margin-top: 24px;
}

.banner-one__title span {
  color: var(--builza-base);
}

.banner-one__text {
  position: relative;
  display: block;
  font-size: 17px;
  color: rgba(var(--builza-white-rgb), .8);
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 44px;
}

.banner-one__thm-and-other-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.banner-one__btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

.banner-one__btn-box .thm-btn:before,
.banner-one__btn-box .thm-btn:after {
  background-color: var(--builza-white);
}

.banner-one__btn-box .thm-btn:hover {
  color: var(--builza-base);
}



.banner-one__img-box {
  position: relative;
  display: block;
}

.banner-one__img {
  position: relative;
  display: block;
  z-index: 1;
}

.banner-one__img>img {
  width: 100%;
  animation: topBottom 3s ease-in-out infinite;
}










/*--------------------------------------------------------------
  # End
  --------------------------------------------------------------*/